home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Pointer / DLLDef next >
Text File  |  1995-06-17  |  285b  |  25 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "DeskLib.Pointer"
  6.   version 1.00
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Pointer_Unrestrict
  14.   Pointer_RestrictToIcon
  15.   Pointer_RestrictToRect
  16.   Pointer_RestrictToWindow
  17. }
  18.  
  19. ; --- Object files ---
  20.  
  21. objects
  22. {
  23.   o.Restrict
  24. }
  25.